home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / ada / adaed-1.11 / adaed-1 / Adaed-1.11.0a / glibprots.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-07  |  472 b   |  19 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. Segment main_data_segment();
  11. Set precedes_map_get(char *);
  12. void precedes_map_put(char *, Set);
  13. Tuple stubs(char *);
  14. Set remove_same_name(char *);
  15. int lib_package_with_tasks(Symbol);
  16. #ifdef DEBUG
  17. Tuple read_predef_axq(Tuple);
  18. #endif
  19.